Vcenter Vm Guest Filesystem Files Summary

Vcenter Vm Guest Filesystem Files Summary
Vcenter Vm Guest Filesystem Files Summary

The Vcenter Vm Guest Filesystem Files Summary schema describes a file or directory in the guest operating system returned by a POST /vcenter/vm/{vm}/guest/filesystem/files?action=list operation.

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "filename": "string",
    "type": "string",
    "size": 0
}
string
filename
Required

The name of the file or directory with any leading directories removed.

This property was added in vSphere API 7.0.2.0.

string
type
Required

The type of file.

For more information see: Vcenter Vm Guest Filesystem Files Type.

This property was added in vSphere API 7.0.2.0.

integer As int64 As int64
size
Required

The file size in bytes.

This property was added in vSphere API 7.0.2.0.